home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Shell_Management / Stack < prev    next >
Encoding:
Text File  |  1993-08-08  |  454 b   |  23 lines

  1. Command Name : Stack
  2.  
  3. Function : Change or display the stack size
  4.  
  5. Arguments : <n>
  6.  
  7. Location : C directory
  8.  
  9. The stack is a kind of buffer (see addbuffers) used by some programs.  
  10. Usually the stack size should be left alone.  If a program needs the stack 
  11. size changing it will give instructions on how to do it or do it 
  12. automatically when it is loaded.
  13.  
  14. Examples
  15.  
  16. Stack
  17.  
  18.         Show stack size
  19.  
  20. Stack 4000
  21.  
  22.         Change the stack size to 4000 bytes
  23.